home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 06 - 1990 / 06.01 Jan 90 / DLL Source Code / DLL.h next >
Encoding:
C/C++ Source or Header  |  1989-08-26  |  156 b   |  14 lines  |  [TEXT/MPS ]

  1. /*  File DLL.h  */
  2.  
  3. #ifndef _DLLDEF_
  4.  
  5. #define _DLLDEF_
  6.  
  7. #if THINK_C
  8. #define double64 short double
  9. #elif applec|MSDOS
  10. #define double64 double
  11. #endif
  12.  
  13. #endif
  14.